-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move EventLog tests to not run on CI #32501
Conversation
We are hitting Win32 API issues when calling specific EventLog features. As the risk of changes in EventLog is low we decided to turn off some tests in CI and run them manually before a release.
@Anipik we should add a step as part of shipping 5.0 previews - we should run The goal here is a simple check to make sure we didn't completely break something - EventLog in this case. |
Ideally we would just run all tests locally as |
Oh! Of course. We might not get good local coverage of Outerloop, or Linux. But not relevant here: we should be getting coverage for free then. Nice. |
@@ -29,6 +30,7 @@ public void GetPropertyValues() | |||
} | |||
|
|||
[ActiveIssue("https://github.com/dotnet/corefx/issues/34547")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this ActiveIssue
left in purpose?
I will start doing that for previews |
We are hitting Win32 API issues when calling specific EventLog features.
As the risk of changes in EventLog is low we decided to turn off some
tests in CI and run them manually before a release.
#32403 (comment) for discussion.